home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00016_ÅwàÍíËéûä‘ÅitïbÅjë“ǬÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  183 b   |  13 lines

  1. on StWait t
  2.   global exitTime
  3.   put ticks() + t into exitTime
  4. end StWait
  5.  
  6. on EndWait
  7.   global exitTime
  8.   if ticks() > exitTime then
  9.     go loop
  10.   end if
  11.   go to the frame
  12. end EndWait
  13.